*{padding: 0;
    margin: 0;}
    
    body {background-color: black;
    }
    
    article {background-color: black;
    padding: 20px;
    margin: 20px;
    height: 700px;}
    
    .portada { height: 650px;
        width: 400px;
        position: relative;
        left: 100px;
        border: solid 3px gray;
    }
    
    .datos 
        {background-color: black;
            color:  #3498db ;
            width: 1000px;
            position: relative;
            left: 650px;
            bottom: 600px;
            margin: 10px;
            padding: 10px;
            line-height: 40px;
    }
    
    .sinopsis{background-color: black;
        color:  #3498db ;
        width: 1000px;
        position: relative;
        left: 650px;
        bottom: 600px;
        margin: 10px;
        padding: 10px;
        line-height: 25px;
    font-size: large;
    }

    h1{ color:  #3498db ;
        text-align: center;
    }
    
    p{color:   #3498db ;
        font-size: x-large;
    }

    .parte1,.parte2,.parte3,.parte4,.parte5,.parte6,.parte7,.parte8, .parte9, .parte10
    { padding: 25px;
        margin: 25px;
    }

    iframe {width: 1400px;
        height: 650px;
        margin: 30px;
        padding: 30px;
        position: relative;
        left: 150px;
    }

    
    footer {
        height: 50px;
        color: black;
    }

    .foto {width: 1400px;
        height: 650px;
        margin: 30px;
        padding: 30px;
        position: relative;
        left: 150px;
    }

    @media (max-width: 880px) {
        .portada {
            left: 0;
            margin: 0 auto;
            display: block;
            width: 90%;
        }
    
        .datos,
        .sinopsis {
            width: 90%;
            left: 0;
            bottom: 0;
            margin: 20px auto;
            position: static;
        }
    
        iframe,
        .foto {
            width: 100%;
            height: auto;
            left: 0;
            margin: 10px auto;
            padding: 10px;
            position: static;
        }
    
        article {
            height: auto;
            padding: 10px;
            margin: 10px;
        }
    }

    @media (max-width: 480px) {
        .portada {
            width: 100%;
            height: auto;
            left: 0;
            margin: 0 auto;
            display: block;
        }
    
        .datos,
        .sinopsis {
            width: 95%;
            left: 0;
            bottom: 0;
            margin: 15px auto;
            padding: 10px;
            position: static;
            line-height: 30px;
            font-size: 16px;
        }
    
        iframe,
        .foto {
            width: 100%;
            height: auto;
            left: 0;
            margin: 10px auto;
            padding: 10px;
            position: static;
        }
    
        article {
            height: auto;
            margin: 10px;
            padding: 10px;
        }
    
        p {
            font-size: medium;
        }
    
        h1 {
            font-size: 20px;
        }
    }